*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 18 Dec 2006 16:47:28 +0000 (16:47 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 18 Dec 2006 16:47:28 +0000 (16:47 +0000)
lib-src/ChangeLog

index f15644050d9ba67fd42c1806b00c11c72d312bfb..9c8a69f27f190885c59540cf50c3a144544a2b04 100644 (file)
@@ -1,3 +1,10 @@
+2006-12-18  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacsclient.c [WINDOWSNT] (set_fg, get_wc): New variables.
+       [WINDOWSNT] (w32_find_emacs_process, w32_give_focus): New functions.
+       (main) [WINDOWSNT]: Remove code to release the focus; call
+       w32_give_focus instead.
+
 2006-12-15  Juanma Barranquero  <lekktu@gmail.com>
 
        * emacsclient.c (w32_execvp): New function; wrapper for `execvp'.
 
 2005-07-13  Ken Raeburn  <raeburn@gnu.org>
 
-       * pop.c: Don't include des.h (or variants thereof); krb.h will do
-       it.
-       (sendline): Add the \r\n to the line in a temporary buffer, and
-       write it all at once.
+       * pop.c: Don't include des.h (or variants thereof); krb.h will do it.
+       (sendline): Add the \r\n to the line in a temporary buffer, and write
+       it all at once.
 
 2005-07-04  Lute Kamstra  <lute@gnu.org>
 
 
 2005-02-04  Andreas Schwab  <schwab@suse.de>
 
-       * movemail.c (fatal): Accept third parameter and pass down to
-       error.
-       (pfatal_with_name): Pass error string as format parameter instead
-       of as part of format string.
+       * movemail.c (fatal): Accept third parameter and pass down to error.
+       (pfatal_with_name): Pass error string as format parameter instead of
+       as part of format string.
        (pfatal_and_delete): Likewise.
        (main): Adjust call to fatal.
        (xmalloc): Likewise.
 
 2004-12-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
-       * make-docfile.c: Include stdlib.h even if WINDOWSNT is not
-       defined.
+       * make-docfile.c: Include stdlib.h even if WINDOWSNT is not defined.
 
 2004-12-15  Andreas Schwab  <schwab@suse.de>
 
 
 2004-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
 
-       * test-distrib.c (main): For failing cases, exit with
-       `EXIT_FAILURE'.
+       * test-distrib.c (main): For failing cases, exit with `EXIT_FAILURE'.
 
 2004-05-08  Jason Rumney  <jasonr@gnu.org>
 
 
 2003-04-27  Oliver Scholz  <alkibiades@gmx.de>
 
-       * update-game-score.c (read_scores): Fix corruption of scores on
-       read.
+       * update-game-score.c (read_scores): Fix corruption of scores on read.
 
 2003-04-12  Stefan Monnier  <monnier@cs.yale.edu>